-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove old migrations and clear pallet storage #1352
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1352 +/- ##
==========================================
- Coverage 93.26% 93.21% -0.05%
==========================================
Files 133 132 -1
Lines 29721 29360 -361
==========================================
- Hits 27718 27368 -350
+ Misses 2003 1992 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This pull request is now in conflicts. Could you fix it @maltekliemann? 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tested try-runtime
on Battery Station to figure out how much weight it took. It was about 2% which is fine. However, couldn't test try-runtime
on main-net. Since the storage is different there, we could probably wait, but since all related pallets do not have a major amount of storage values, I think we are fine.
What does it do?
Removes old migrations and clears the storage of all previously removed pallets.
What important points should reviewers know?
Is there something left for follow-up PRs?
What alternative implementations were considered?
Are there relevant PRs or issues?
References